.transition(@transition:.4s){-webkit-transition:@transition;-moz-transition:@transition;-ms-transition:@transition;-o-transition:@transition;transition:@transition;}
.transform-origin(@origin){-webkit-transform: @origin;-moz-transform: @origin;-ms-transform: @origin;-o-transform: @origin;transform: @origin;}
.scale(@scale){-webkit-transform: scale(@scale);-moz-transform:scale(@scale);-ms-transform:scale(@scale);-o-transform:scale(@scale);transform:scale(@scale);}
.border-radius(@border-radius){-webkit-border-radius:@border-radius;-moz-border-radius:@border-radius;-o-order-radius:@border-radius;-ms-border-radius:@border-radius;border-radius:@border-radius;}
.rotate(@rotate){-webkit-transform: rotate(@rotate);-moz-transform: rotate(@rotate);-ms-transform: rotate(@rotate);-o-transform: rotate(@rotate);transform: rotate(@rotate);}
.translateX(@X){-webkit-transform: translateX(@X);-moz-transform: translateX(@X);-ms-transform: translateX(@X);-o-transform: translateX(@X);transform: translateX(@X);}
.translateY(@Y){-webkit-transform: translateY(@Y);-moz-transform: translateY(@Y);-ms-transform: translateY(@Y);-o-transform: translateY(@Y);transform: translateY(@Y);}

@back_nav:url('../images/nav_bg.jpg') no-repeat;/*导航背景*/
@back_nav_li_ah:url('../images/nav_a_bg.jpg') no-repeat top center;/*鼠标移上去背景*/
@back_s_li:url('../images/x_bg.png') no-repeat;/*左侧栏li背景*/
@mainColor:#f9b707;/*主色*/
@hoverColor:#1a8fdf;/*悬浮变色*/
@thirdColor: #1a71da;/*第三个颜色*/
@qt5:#fff;/*悬浮背景变色后字体颜色*/
@qt6:#c5a46e;/*按钮悬浮颜色 */
@height_nav:55px; /*导航条高度*/
@nav_li_w:12.5%; /*导航条宽度*/
@nav_li_color:#000;  /*导航条文字颜色*/
@nav_li_a:#f9b707;  /*导航条文字颜色*/
.nav_color{color:@nav_li_color!important;};
.nav_h_color{color:@nav_li_a!important;};
@ba_w1:1920px; /*滚动图片宽度*/
@ba_h1:840px; /*滚动图片高度*/
@b_w:1200px; /*网站宽度*/
.more_a(@c:#fff; @w:120px;@h:30px;@b_w:1px;@b_s:solid;@b_c:#fff;){display: block;width:@w;height:@h;line-height:@h;text-align: center;color:@c;border:@b_w @b_s @b_c;}
.slh{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.clamp(@l:4;) {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: @l;}
.left{float:left;}
.right{float:right;}
.off{display:none;} /*隐藏*/
.splitbox{overflow: hidden;}
/*----------------头部--------------*/
.header_top{width: @b_w;margin: 0 auto;position: fixed;
	span{float: left;}
	a { display: inline-block; color: #212222;
		&:hover { color: #0d8e0d;}
	}
}

//头部样式////////////////////////////////////////////////////
.header{margin: 0 auto;.transition();z-index: 222;position: fixed;width: 100%;box-sizing: content-box;top: 0;
	.top {
		.logo {float: left;display: block;margin-top: 40px;width: 220px;.transition();
			img{width: 100%;}
		}
	}
	//底部滑块
	.header_nav{ width: 800px;float: right;margin-top: 15px;
		li{float: left;width: @nav_li_w;text-align: center;line-height: @height_nav;height: @height_nav;position: relative;
			.a1{font-size: 16px;display: block;position: relative;}
			.ol_2{top:50px;left: 0;z-index:99;width:120%;border-radius: 0;margin-top:35px;position: absolute;background: #fff;.transition(.2s);opacity: 0;visibility: hidden;padding: 10px 0;margin-left: -10%;
				a{padding: 10px 10px;position: relative;display: block;color: #000!important;font-size: 14px;line-height: 1;
					&:hover{color: @mainColor!important;}
				}
			}
			.nav_ol_up{margin-top: 0;opacity: 1;visibility: visible;}
		}
		.language-a{color: #613737;}
	}
}
.scrolling .header{backdrop-filter: blur(5px); padding: 3px 0;box-shadow: 0 0 4px 5px rgba(0,0,0,.1);background: rgba(0,0,0,.3);
	.top .logo{margin-top:10px;}
}

//手机导航样式//////////////////////////////////////
#mobile{position: fixed;top: 0;left: 0;width: 100%;z-index: 2233;display: none;
	.top {line-height:50px;height:50px;text-align: center;-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);-o-box-shadow: 0 0 10px rgba(0,0,0,.2);background: #fff;position: relative;z-index: 1;
		.btn{width: 40px;height: 40px;cursor: pointer;cursor: hand;z-index: 1;position: relative;display: block;margin-top: 5px;float: right;;
			i{width: 23px;height: 2px;background: #222;display: block;position: absolute;left: 50%;transform: translateX(-50%);transition: .5s;transform-origin: left center;
			}
			.ie1{top: 12px;}
			.ie2{top: 19px;}
			.ie3{top: 26px;}
		}
		.active{
			.ie1{transform: translateX(-50%) rotateZ(45deg);top: 12px;margin-left: 3px;}
			.ie2{opacity: 0;}
			.ie3{transform: translateX(-50%) rotateZ(-45deg);top: 28px;margin-left: 3px;}
		}
	}
	.logos{display: inline-block;width: auto;float: left;margin-left: 4px;
		img{max-height:40px;width: auto;display: inline-block;vertical-align: middle;position: relative;top: -2px;}
	}
	.lang {float: right;position: relative;
		a{margin-right: .2rem;font-size: 18px;}
	}

	.bottom {position: absolute;top: 0;left: 0;width: 100%;padding: 20px 15px;background: #fff;height:100vh;padding-top: 60px;overflow: auto;display: none;
		.m-nav{display: block;border-bottom: 1px solid #eee;margin-bottom:25px;
			ul{
				li{
					a{display: block;line-height: 40px;height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;border-top: 1px solid #eee;font-size: 16px;
						i{background: url("../images/icon14.png")no-repeat center center;width: 40px;height:40px;float: right;background-size: 10px 5px;.rotate(-90deg);}
					}
					ul{display: none;
						a{padding-left: 10px;
							&:before {content: '-';font-size: 16px;padding-right: 5px;}
						}
					}
				}
			}
		}
		.m-info ul{
			li {display: block;border: 1px solid #666;font-size: 14px;padding: 0 15px;margin-bottom: 10px;text-align: center;transition: .5s;
				a{background: url("../images/ico_tel.png")no-repeat left center;background-size:20px 20px; line-height: 36px;height: 36px;;display: inline-block;padding-left: 25px;}
			}
			li+li a{background: url("../images/ico_email.png")no-repeat left center;background-size:20px 20px;}
		}
	}
}

@media (max-width: 1200px) {
	.header .top .logo{margin-top:20px;}
	.header .header_nav{width:650px;}
}
@media (max-width: 900px) {
	.header{display: none;}
	#spotlight .header{display: block;}
	#mobile{display: block;}
}


.com_a{background: @mainColor;width: 145px;height: 40px;line-height: 40px;text-align: center;color: #fff;.border-radius(8px);font-size: 18px;display: block;margin: 0 auto;overflow: hidden;}
@media (max-width:640px ) {
	.com_a{width: 120px;height: 35px;line-height: 35px;font-size: 14px;}
}

.index1{background:url("../images/banner.jpg")no-repeat;background-size: cover;height: 100%;display: flex;align-items: center;justify-content: center;
	.index1_t{color: #fff;text-align: center;
		h6{}
		h1{margin:20px 0;
			&:before{ content: '';position: absolute;width: 200px;height: 3px;background: #fff;margin-left: -270px;.translateY(15%)}
			&:after{content: '';position: absolute;width: 200px;height: 3px;background: #fff;margin-left: 70px;.translateY(15%) }
		}
		p{margin-bottom:30px;}
	}
	.index1_b{width: 1200px;margin: 1rem auto 0;
		ul{display: flex;justify-content: space-between;
			li{background: rgba(255,255,255,.8);.border-radius(7px);width: 31%;padding: 10px 12px 23px 24px ;overflow: hidden;
				h4{font-size:18px;color: #373737;}
				p{color: #373737;margin-top:6px;}
				i{float: right;background: url("../images/i1.png")no-repeat center right;width: 49px;height: 100%;display: block;}
			}
			li:nth-of-type(2) i{background: url("../images/i2.png")no-repeat center right;width: 50px;height: 100%;}
			li:nth-of-type(3) i{background: url("../images/i3.png")no-repeat center right;width:51px;height: 100%;}
			li:hover{
				i{animation:bounce .4s; }
			}
		}
	}
}

@media (max-width:1200px ) {
	.index1 .index1_b{width: 90vw;}
}
@media (max-width:1024px ) {
	.index1{height:50vw;}
	.index1 .index1_b{display: none;}
	.index1 .index1_t h1{margin: 10px 0;}
	.index1 .index1_t h1:before{margin-top: 5%;width: 100px;margin-left: -170px;height: 1px;}
	.index1 .index1_t h1:after{margin-top: 5%;width: 100px;margin-left:70px;height: 1px;}
}

@media (max-width:550px) {
	.index1 .com_a{display: none;}
	.index1{height: 70vw;}
	.index1 .index1_t{margin-top:10%;
		h1{margin: 0;}
		h6{font-size: 14px;}
	}
	.index1 .index1_t h1:before{margin-left: -140px;margin-top:8%;}
	.index1 .index1_t h1:after{;margin-left:40px;margin-top:8%;}
}


.index2_k{background: url("../images/index2_bg.jpg")no-repeat;background-size: cover;
	.index2{padding-top:5%;overflow: hidden;;
		.index2_img{width: 660px;height: 622px;float: left;border:42px solid #fff;
			img{width: 100%;height: 100%;object-fit: cover;}
		}
		.index2_txt{width: e("calc(100% - 670px)");float: right;margin-top:-1vw;
			header{
				h6{color: #373737;background: url("../images/i4.png")no-repeat bottom left;line-height: 1.3;padding-bottom: 15px;}
				p{color: @mainColor;font-size: 24px;margin:10px 0 40px;}
			}
			article{margin-bottom:50px;padding-left:.5rem;
				p{font-size: 18px;}
			}
			ul{overflow: hidden;;
				li{float: left;margin-right: 45px;
					i{background: url("../images/i5.png")no-repeat;width: 74px;height: 75px;display: block;margin:0 auto 15px;}
					p{font-size: 18px;color: #373737;line-height: 1.8;text-align: center;}
				}
				li:nth-of-type(2) i{background: url("../images/i6.png")no-repeat;}
				li:nth-of-type(3) i{background: url("../images/i7.png")no-repeat bottom center;width: 87px;height: 74px;}
			}
			.com_a{float: left;margin-top: 30px;}
		}
	}
}

@media (max-width: 1700px) {
	.index2_k .index2 .index2_txt{padding-right: 2%;
		article{padding-left: 0;}
	}
}
@media (max-width:1400px ) {
	.index2_k .index2 .index2_txt ul{
		li{width: 30%;margin: 0 1.5%;}
	}
	.index2_k .index2 .index2_img{width: 440px;}
	.index2_k .index2 .index2_txt{width: e("calc(100% - 440px)");}
	.index2_k{background-position:left 40% center;}
	.index2_k .index2 .index2_img img{object-position: right 5% center;}
}

@media (max-width:1024px ) {
	.index2_k .index2{padding: 5% 0;}
}

@media (max-width:768px) {
	.index2_k .index2 .index2_img{width: 100%;height: 50vw;border: 2px solid #fff;}
	.index2_k .index2 .index2_txt{width: 100%;margin-top: 20px;}
	.index2_k{background: #fff;}
	.index2_k .index2 .index2_txt header p{font-size: 18px;margin-bottom:10px;}
	.index2_k .index2 .index2_txt article p{font-size: 14px;}
	.index2_k .index2 .index2_txt ul li p{font-size: 14px;line-height: 1.4;text-align: center;}
	.index2_k .index2 .index2_txt article{margin-bottom: 20px;}
	.index2_k .index2 .index2_txt ul li i{width: 50px!important;height:50px!important;background-size: 100%!important;}
	.index2_k .index2 .index2_txt .com_a{float: none;margin: 20px auto;}
}


.index3_k{background: url("../images/index3_bg.jpg")no-repeat;padding: 0 2%;
	.index3_dh{color: #fff;height:100vh;align-items: center;width:3rem;float: left;display: flex;.scale(.9);
		.index3_dh_nr{text-align: center;background: url("../images/i8.png")no-repeat left top,url("../images/i9.png")no-repeat right bottom;width: 358px;height: 230px;display: flex;;align-items: center;justify-content: center;;
			section{}
		}
		span{margin: 20px 0 6px;}
	}
	.index3_nr{overflow: hidden;
		ul{
			li{width:20%;float: left;color: #fff;height:100vh;position: relative;overflow: hidden;.transition();
				a{display: flex;align-items: center;height: 100%;}
				header{position: relative;;z-index: 2;width: 100%;
					img{display: block;margin: 0 auto;}
					p{font-size: 20px;text-align: center;margin: 30px 0 10px;}
				}
				section{text-align: right;position: relative;;z-index: 2;padding-right: 10%;opacity: 0;width: 0;
					span{opacity: 0;.translateY(-20px);.transition();display: block;margin: 10px 0 20px;}
					h5{font-size: 24px;}
					p{line-height: 3;font-size: 14px;.translateY(-50px);opacity: 0;}
					img{position: absolute;left:10%;opacity: 0;.transition();transition-delay: .2s;.translateY(100px)}
				}
			}
			li:hover{
				header{width: 0;
					img{display: none;}
					p{display: none;}

				}
				section{opacity: 1;width: 100%;.transition();
					span{opacity: 1;.translateY(0);}
					p{.translateY(0);opacity: 1;.transition(.7s);transition-delay: .2s;}
					img{opacity: 1;.translateY(40px);}
				}
			}
		}
	}
}

@media (max-width:1400px ) {
	.index3_k .index3_nr ul li section h5{font-size: 18px;}
	.index3_k .index3_nr ul li header p{font-size: 18px;}
	.index3_k .index3_nr ul li header img{.scale(.6);}
	.index3_k .index3_nr ul li:hover section img{transform: translateY(0) scale(.6);}
}
@media (max-width: 1200px) {
	.index3_k .index3_dh{display: none;}
}
@media (max-width:1024px ) {
	.index3_k .index3_dh{width: 100%;height: 30vw;}
	.index3_k .index3_dh .index3_dh_nr{margin: 0 auto;background-size:20%;height: 150px;width: 300px;}
	.index3_k .index3_nr{width: 100%;}
	.index3_k .index3_nr ul li{height:40vw;}
	.index3_k .index3_nr ul li section p{font-size: 14px;line-height:2;}
	.index3_k .index3_nr ul li section img{position: static;float: left;}
	.index3_k .index3_nr ul li header p{margin-top: 10px;}
}

@media (max-width:768px ) {
	.index3_k .index3_dh{margin: .5rem 0;display: block;
		.index3_dh_nr{width:250px;height: 120px;}
	}
	.index3_k .index3_nr ul li{width: 48%;background:rgba(0,0,0,.5);margin: 1%;}
	.index3_k .index3_nr ul li section{display: none;}
	.index3{padding-bottom: .5rem;}
	.index3_k .index3_nr ul li header p{font-size: 14px;margin-top: 0;}
	.index3_k{padding: 5% 2%}
}



.index4_k{background: url("../images/index4_bg.jpg")no-repeat left bottom 100%;background-size: cover;
	.index4_dh{width: 40%;float: left;display: flex;;align-items: center;height: 100vh;justify-content: center;;
		h6{line-height: 1;color: #373737;}
		p{margin: 10px 0 0;}
		span{color: #373737;}
		i{display: block;background: url("../images/i15.png")no-repeat;width: 60px;height: 42px;margin:10px 0  80px 0;background-size: 100%;}
		a{display: block;margin: 0;}
	}
	.index4_nr{width: 60%;float: left;
		ul{
			li{border-left: 1px solid #d4d4d4;width: 33.3%;float: left;height: 100vh;padding: 0 1.5%;display: flex;align-items: center;overflow: hidden;
				a{width: 100%;}
				span{color: #373737;display: block;margin: 0 auto 40%;text-align: center;opacity: .55;}
				time{font-size: 18px;}
				h4{font-size: 18px;margin: 5px 0;.slh();}
				h6{font-size: 18px;}
				.img{height: 180px;overflow: hidden;width: 100%;margin: 6px 0;
					img{width: 100%;height: 100%;object-fit: cover;.transition();}
				}
				article{
					p{.clamp(2);color: #373737;font-size:16px;}
				}
				i{display: block;background: url("../images/i16.png")no-repeat;width: 18px;height: 21px;}
			}
			li:hover{
				.img{
					img{.scale(1.05)}
				}
				span,h4{color: @mainColor;}
				article p{color: #000;}
				i{background: url("../images/i16_1.png")no-repeat;}
			}
		}
	}
}

@media (max-width:1400px ) {
	.index4_k .index4_dh{width: 25%;}
	.index4_k .index4_nr{width:73%;float: right;}
}

@media (max-width:1024px ) {
	.index4_k{overflow: hidden;}
}

@media (max-width:900px ) {
	.index4{margin-bottom: .4rem;}
	.index4_k .index4_nr{width: 100%;float: none;}
	.index4_k .index4_dh{height:auto;margin:.4rem 0;justify-content: flex-start;width: 100%;float: none;
		a{margin-top: .2rem;}
	}
	.index4_k .index4_dh i{display: none;}
	.index4_k .index4_nr ul li{height:auto;
		span{margin: .2rem 0 ;}
	}
} 

@media (max-width:500px ) {
	.index4_k .index4_dh h6{display: none;}
	.index4_k{margin-bottom: 20px;
		.index4_nr ul li{padding: 0 15px;
			a{width: 100%;}
			h6{display: none;}
		}
	}
}


.index5_k{background: url("../images/index5_bg.jpg")no-repeat center;background-size: cover;
	.index5{padding-left:60%;color: #fff;margin-bottom:11%;
		.index5_nr{width:400px;}
		h4{margin-bottom: 30px;}
		section{border-bottom: 1px solid #fdfdfd;padding:0 1.7% 20px;margin-bottom: 30px;overflow: hidden;;
			h5{}
			li{width: 50%;float: left;
				h6{font-size: 24px;}
				p{font-size: 16px;}
			}
		}
	}
}

@media (max-width:1400px ) {
	.index5_k .index5{padding-left:65%;}
}

@media (max-width:1024px ) {
	.index5_k .index5{padding: 5% 2% 2% 65%;margin-bottom: 0;}
}

@media (max-width:900px ) {
	.index5_k .index5{padding: 2% 0 2% 0;overflow: hidden;;
		.index5_nr{background: rgba(0,0,0,.2);float: right;width: 100%;max-width: 400px;padding: 4%;}
	}
}


.index6{height:e("calc(100% - 160px)");background: url("../images/index6_bg.jpg")no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;;
	img{display: block;margin:0 auto;width:185px;}
	ul{display: flex;width: 800px;justify-content: space-between;;
		li{
			h5{margin: 50px 0 30px;}
			a{font-size: 18px;line-height: 2.5;display: block;
				&:hover{color: @mainColor;}
			}
		}
	}
}


@media (max-width:1400px ) {
	.index6 ul li a{line-height: 2;}
	.index6 ul li h5{margin: .3rem 0 .1rem;}
	.index6_nr{margin-top: .6rem;}

}
@media (max-width:1024px ) {
	.index6_nr{padding-bottom: .3rem;}
}

@media (max-width:900px ) {
	.index6{display: none;}
}


.index6_b{height: 160px;background: #313131;border-top: 4px solid @mainColor;text-align: center;
	ul{max-width: 1200px; width: 96%; display: flex;justify-content: space-between;color: #fff;margin: 40px auto;
		li{background: url("../images/i18.png")no-repeat left center;padding-left:40px;height: 34px;line-height: 34px;font-size: 16px;}
		li:nth-of-type(2){background: url("../images/i19.png")no-repeat left center;padding-left: 60px;}
		li:nth-of-type(3){background: url("../images/i20.png")no-repeat left center;padding-left: 50px;}
	}
	.ffff{color: #fff;
		a{margin: 0 10px;}
		svg{.translateY(1px)}
	}
}
@media (max-width:900px ) {
	.index6_b{height: auto;
		ul{flex-direction:column;margin: .2rem auto;
			li{background:none!important;line-height: 30px;height: 30px;padding-left: 0!important;}
		}
	}
	.index6_b .ffff{padding-bottom: .2rem;}
}

@media (max-width:420px ) {
	.index6_b ul li{text-align: left;font-size: 14px;}
	.index6_b .ffff{border-top: 1px solid #fff;padding-top: .2rem;
		.a22{display: block;opacity: .5;}
	}
}

//内页大图///////////////////////////////////////////////////////
.nei_banner{height:4rem;background:#000;position: relative;margin-bottom: .5rem;
	.img{height: inherit;opacity: .8;
		img{width: 100%;height: 100%;object-fit: cover;}
	}
	.txt{position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;text-align: center;
		h5{color: #fff;letter-spacing: 5px;}
		h6{font-size: 18px;letter-spacing: 15px;color: @mainColor;margin-left:7px;white-space: pre;text-transform: uppercase;}
		span{font-family: inherit;width: auto;font-size: inherit;color: inherit;display: inline-block;opacity: 0;}
		.active span{animation: fadeInRight 1s both;}
	}
}
@media (max-width:900px) {
	.banner_product{display: none;}
}
@media (max-width:640px ) {
	.nei_banner{height:3rem;margin-top:50px;}
	.nei_banner .txt h6{letter-spacing: 5px;font-size: 14px;}
}



//面包屑导航
.breadcrumbs{background: #e9e9e9;height: .55rem;margin-top: -3px;margin-bottom: .6rem;
	.breadcrumbs_right{text-align: right;
		p{background: url("../images/icon_home.png")left center no-repeat;padding-left: 20px;;background-size: 18px 18px;line-height: .55rem;;display: inline-block;font-size: 14px;
			a{font-size: 14px;
				&:hover{color: @mainColor;}
			}
		}
	}
	.breadcrumbs_left{
		ul{
			li{float: left;width: 1.2rem;position: relative;;text-align: center;
				a{font-size: 16px;line-height: .55rem;}
				&:after{content: '';display: block;border-right: 1px solid #050505;position: absolute;right: 0;height:.18rem;top: .2rem;}
			}
			li:last-child:after{border: none;}
			li:hover{
				.cur
			}
			.cur{
				a{color: @mainColor;}
			}
		}
	}
}

@media (max-width:1200px) {
	.breadcrumbs .breadcrumbs_left ul li{width:2rem;}
}
@media (max-width:768px) {
	.comapny_breadcrumbs{
		.breadcrumbs_left ul li{width:25%;}
		.breadcrumbs_right{display: none;}
	}
}




//职业规划////////////////////////////////////
.careers1{overflow: hidden;
	.careers1_left{width: e("calc(100% - 550px)"); float:left;
		.textcont{margin: 10px 0;
			h3{;margin-bottom:.5rem;color: #555555;line-height: 35px;}
			p{margin-bottom: 20px;color:#6b6c6e;line-height: 2;text-align: justify;font-size: 16px;}
			a{margin-top:40px;}
		}
	}
	.careers1_right{width: 500px;float: right;height: 460px;
		img{width: 100%;height: 100%;object-fit: cover;}
	}
}

@media (max-width:900px ) {
	.careers1 .careers1_left{width: 100%;}
	.careers1 .careers1_right{width:100%;overflow: hidden;}
}

@media (max-width:640px ) {
	.careers1 .careers1_right{width:100%;overflow: hidden;margin-top:0;height: 40vw;
		img{width: 100%;}
	}
	.careers1 .careers1_left .textcont h3{margin-bottom: .2rem;}
	.careers1 .careers1_left .textcont p{font-size: 14px;}
}

.careers2{
	ul{overflow: hidden;;margin:.6rem 0 1rem;display: flex;flex-wrap: wrap;justify-content: space-between;;
		li{margin-top:40px;width: 46%;
			h3{margin: 0 0 20px;font-weight: 600;font-size: 24px;;color: #555555;line-height: 35px;}
			p{margin-bottom: 20px;color: #6b6c6e;line-height: 26px;text-align: justify;font-size: 16px;}
		}
	}
}
@media (max-width:640px ) {
	.careers2 ul{margin: 0 .2rem;
		li{width: 100%;margin-top:10px;
			h3{font-size:18px;margin-bottom:5px;}
			p{font-size: 14px;}
		}
	}

}

.careers3{background: #f1f1f1;padding: 1rem 0;
	section{margin-bottom: .5rem;padding:4% 3%;background: #fff;
		header{ border-bottom: 1px solid #f1f1f1;padding-bottom: .2rem;margin-bottom: .3rem;color: @mainColor;font-weight: bold;}
		.job_t{
			h6{margin-bottom:.2rem;font-weight: bold;text-indent: -.5em;}
			ul{overflow: hidden;display: flex;;justify-content: space-between;;
				li{width: 33.3%;
					p{color:#888888;
						strong{font-weight: bold;color:#555555;}
					}
				}
			}
		}
		.job_b{margin: .4rem 0;
			h6{margin-bottom:.2rem;font-weight: bold;text-indent: -.5em;}
			article{
				p,span{color: #888888!important;line-height: 2;}
			}
		}
		.job_tel{ width: 300px;background: url("../images/i33.png")no-repeat left 10px center;height:55px;line-height:55px;background-size: 30px;box-shadow:0 0 5px 5px rgba(0,0,0,.1);.border-radius(30px);font-size: 18px;text-indent: 45px;
		}
	}
	section:hover{box-shadow:0 0 5px 5px rgba(0,0,0,.1);}
}
@media (max-width:640px ) {
	.careers3{padding: .4rem 0 1px;}
	.careers3 section .job_t ul{
		li{width: auto;}
	}
	.careers3 section .job_tel{width: 240px;font-size: 14px;height: 40px;line-height: 40px;margin: 0 auto;}
}

@media (max-width:430px ) {
	.careers3 section{padding:5% 3% 7%;
		.job_t ul{flex-direction: column;}
	}
}

.yingxiao1{
	.yingxiao1_dh{color: #373737; width: 100%;max-width: 1000px; padding-left: 20px;border-left: 4px solid #2a637b;
		h4{line-height:1.3;margin-bottom: .1rem;}
		p{color: #373737;}
	}
	.yingxiao1_nr{text-align: center;margin: .5rem 0;
		img{width: 100%;}
	}
}



//公司简介内页
.allcrumbs{border-bottom:1px solid #e5e5e5;overflow: hidden;margin:-.5rem 0 .5rem;
	.allcrumbs1{display:flex;justify-content: space-between;}
	.neiye_nav{display: flex;align-items: center;justify-content: left;height: 90px;flex: 1;
		li{padding: 0 20px;margin-right: 5%;
			a{line-height: 40px;font-size:18px;color: #666;position: relative;display: block;}
			&:hover{.active;}
		}
		.active{background: linear-gradient(135deg,@thirdColor,fade(@thirdColor,60%));color: #fff;.border-radius(6px);
			a{color: inherit;}
		}
	}
	.company_nav{
		li{margin-right:5px;}
	}
	.neiye_ntitle{font-size: 16px;color: #666666;;display: flex;align-items: center;height: 90px;}
}


@media (max-width:980px ) {
	.allcrumbs .company_nav{flex-wrap: wrap;
		li{width: 24%;margin-right: 1%;text-align: center;}
	}
}

@media (max-width:900px ) {
	.allcrumbs .neiye_ntitle{display: none;}
	.allcrumbs .prodcut_nav li{margin-right: 0;}
	.allcrumbs .company_nav {margin:10px 0;}
}


@media (max-width:640px){
	.allcrumbs .prodcut_nav{flex-wrap: wrap;justify-content: space-between;;
		li{width:50%;text-align: center;
			a{font-size: 16px;}
		}
	}
	.allcrumbs .company_nav{
		li{padding: 0!important;
			a{font-size: 16px;}
		}
	}
}

@media (max-width:400px){
	.allcrumbs .neiye_nav{justify-content: space-between;margin-top: 10px;
		li{padding: 0 10px;}
		a{margin-right:0;}
	}
}

.product1{
	ul{
		li{border: 1px solid #bfbfbf;padding: 20px 3%;overflow: hidden;height: 200px;margin-bottom: .4rem;.transition();
			.img{float: right;width: 400px;height: 100%;margin-right:2%;
				img{width: 100%;height: 100%;object-fit: contain;}
			}
			.pro_txt{float: left;width: e("calc(98% - 420px)");
				h5{margin: .1rem 0 .1rem;
					&:hover{color: @thirdColor;}
				}
				article{.clamp(5);
					p{font-size: 16px!important;line-height: 1.5!important;color: #373737!important;}
				}
			}
		}
		li:hover{box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.06);
		}
	}
}

@media (max-width: 900px) {
	.product1 ul li .img{margin-right: 0;width: 300px;}
}

@media (max-width: 640px) {
	.product1 ul li{height: auto;;
		.img{float: none;display: block;width: 100%;height:200px;}
		.pro_txt{width: 100%;}
	}
}



.company_dh{margin-bottom: 40px;
	.en{text-transform: uppercase;color: rgba(153,153,153,0.6);font-size: 18px;}
	.t1{font-size:36px;color: #000;font-weight: bold;margin: 10px 0;}
	i{display: block;width: 16px;height: 16px;background: fade(@thirdColor,30%);.border-radius(50%);position: relative;;
		&:after{content: '';position: absolute;margin-left:11px;width: 16px;height: 16px;.border-radius(50%);background: @thirdColor;}
	}
	.com_a{background: #fff url("../images/i_jiantou1.png")no-repeat center;width: 80px;height: 80px;box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.05);.transition();display: block;float: right;;margin-top: 20px;
		&:hover{ box-shadow: 0px 9px 26.19px 0.81px rgba(0, 0, 0, 0.09);}
	}

}

@media (max-width:640px ) {
	.company_dh{margin-bottom: 20px;
		.t1{font-size:20px;margin: 5px 0;}
		.en{font-size: 14px;}
	}
	.company_dh .com_a{width: 40px;height: 40px;background-size: 10px;}
}



.company1{padding: .2rem 0 .5rem;overflow: hidden;
	.company1_nr{
		article{line-height: 33px;font-size: 18px;color: #666666;}
	}
	ul{display: flex;justify-content: space-between;
		li{display: flex;justify-content: space-between;
			.icon{background: url("../images/i28.png")no-repeat;width: 86px;height: 86px;position: relative;margin-right: 6%;
				img{position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
			}
			.text{flex: 1;
				p{color: #666;}
			}
		}
		li:nth-of-type(2){padding:0 3%;}
		li:hover{
			.icon{
				img{animation:tada 1s; }
			}
		}
	}
}

@media (max-width:900px ) {
	.company1{padding: .3rem 0;}
	.company1 ul{display: block;
		li{padding: 0!important;margin: 5% 0;}
	}
}

@media (max-width:640px ) {
	.company1 .company1_nr article{font-size: 14px;line-height: 1.8;}
}

@media (max-width:400px ) {
	.company1 ul li .text p{font-size: 14px;}
}


.company2{background: #f4f6f8;padding: .5rem 0;overflow: hidden;margin: .5rem 0;
	.company2_nr{
		li{background: #fff;width: 30%;float: left;margin-right:5%;margin-bottom: 5%;
			.img{height: 400px;padding:.5rem;
				img{width: 100%;height: 100%;object-fit: contain;}
			}
			.txt{display: flex;align-items: center;height: 90px;border-top: 2px solid #eeeeee;width: 100%;justify-content: center;
				p{text-align: center;width: 100%;}
			}
		}
		li:nth-of-type(3n){margin-right: 0;}
		li:hover{box-shadow: 0 0 16px rgba(0,0,0,.22);
			.img{background: @thirdColor;}
		}
	}
}
@media (max-width:900px ) {
	.company2 .company2_nr li{width: 48%;margin:1%;}
}
@media (max-width:640px ) {
	.company2 .company2_nr li{width: 48%;margin:1% !important;}
	.company2 .company2_nr li .img{height: 300px;padding:4%;}
	.company2 .company2_nr li .txt{height:50px;border-top:1px solid #eeeeee;}
}

@media (max-width:400px ) {
	.company2 .company2_nr li .img{height:200px;padding:4%;}
}



.company3{margin-bottom: 1rem;
	.swiper-slide{cursor: pointer;
		.img{height:300px;overflow: hidden;
			img{width: 100%;height: 100%;.transition(); object-fit: cover;}
		}
		p{position: absolute;background:fade(@thirdColor,60%);height:50px;color: #fff;left: 0;right: 0;bottom: 0;text-align: center;display: flex;align-items: center;justify-content: center;.transition();}
	}
	.swiper-slide:hover{
		.img{
			img{.scale(1.05);}
		}
		p{height: 100%;background:linear-gradient(to top,fade(@thirdColor,70%),fade(@thirdColor,10%));}
	}
	.company3-btn{float: right;margin-top: 50px;
		>div{width: 50px;height: 50px;.border-radius(50%);cursor: pointer;
			&:hover{background-color:@thirdColor; }
		}
		.company3-prev{background: fade(@thirdColor,40%) url("../images/i31.png")no-repeat center;float: right;}
		.company3-next{margin-left:20px;background: fade(@thirdColor,40%) url("../images/i30.png")no-repeat center;float: right;}
	}
}

@media (max-width:640px ) {
	.company3 .company3-btn .company3-prev{width: 30px;height: 30px;background-size: 30%;}
	.company3 .company3-btn .company3-next{width: 30px;height: 30px;background-size: 30%;}
	.company3 .swiper-slide .img{height: 200px;}
	.company3 .swiper-slide p{height: 36px;line-height: 36px;}
	.company3{margin-bottom: .5rem;}
}




//企业文化/////////////////////////
.culture1{
	p{font-size: 16px;font-weight: normal;letter-spacing: 0px;color: #666666;margin-bottom: 3%;padding-left:20px;position: relative;
		&:before {content: '';width: 12px;height: 12px;background: url(../images/dot2.png) center no-repeat;position: absolute;left: 0;top: 6px;
		}
		span{font-weight: bold;color: #333333;font-size: 16px;}
	}
}


.culture2{margin: .6rem 0;overflow: hidden;background: url("../images/c_bg4.jpg")no-repeat center;.border-radius(5px);padding: .6rem .4rem;
	h3{color: #fff;font-size: 36px;}
	h5{font-size:24px;color: #fff;margin-bottom: 20px;}
	p{color: #fff;font-size:16px;line-height: 2;}
}


@media (max-width:900px) {
	.culture2 h3{font-size: 24px;}
	.culture2 p{line-height: 1.8;}
}

@media (max-width:768px) {
	.culture2{
		h3{font-size: 22px;}
		h5{font-size: 18px;}
		p{font-size: 14px;}
	}
}

.custom_info1{padding-bottom: .5rem;
	article{
		img{display: block;margin: 0 auto;max-width: 100%;}
		p,span{font-size: 16px;line-height: 2;color: #666;}
	}
}

.member1{
	ul{
		li{box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.17);height: 180px;background: url("../images/member_bg1.png")no-repeat right center;margin-bottom: .5rem;.transition();
			.flex-buju{display: flex;justify-content: space-between;flex-wrap: wrap;height: 100%;}
			.m_title{width: 320px;border-left: 1px solid #ededed; border-right: 1px solid #ededed;display: flex;align-items: center;height: 100%;justify-content: center;padding: 0 5%;
				h3{font-size: 18px;color: #373737;text-align: center;line-height:1.7;}
			}
			section{flex: 1;display: flex;align-items: center;padding: 0 5%;
				h6{color: #373737;line-height: 1.5;}
				article{display: none;}
			}
			.img{width: 695px;margin-right: -260px;height: 100%;display: none;
				img{width: 100%;height: 100%;object-fit: cover;}
			}
			.i1{display: block;background: url("../images/member_1.png")no-repeat center;width:200px;height:100%;}
		}
		.active{height: 280px;background:#004f8b url("../images/member_bg2.png")left center no-repeat;
			.m_title{background:fade(@thirdColor,20%);
				h3{color: #fff;}
			}
			section{
				h6{display: none;}
				article{.clamp(6);line-height: 1.2;display: block;overflow: hidden;;
					p,span{color: #fff;font-size: 14px;line-height: 1.5;}
				}
				.i2{display: block;background: url("../images/member_2.png")no-repeat;width: 20px;height: 21px;float: right;margin-top: .2rem;}
			}
			.img{display: block;}
			.i1{display: none;}
		}
		li:hover{.active}
	}
}


@media (max-width:1200px) {
	.member1 ul li:hover .img{display: none;}
	.member1 ul li .i1{display: none;}
}

@media (max-width:640px ) {
	.member1 ul li{height: auto;padding: 10px 0;
		.m_title{width: 100%;height:auto;}
		section{width: 100%;padding:2%;}
	}

}

//荣誉证书honor页面/////////////////////////

.honor_list{overflow: hidden;margin-top: .4rem;
	li{float: left;width:24%;margin-right: 1.3%;margin-bottom: .3rem;text-align: center;cursor:pointer;
		.img{border: 1px solid #dcdcdc;padding: 6px;height: 2.6rem;box-sizing: border-box;text-align: center;display: flex;align-items: center;justify-content: center;
			img{max-height: 100%;max-width: 100%;}
		}
		h4{line-height: 2;}
	}
	li:nth-of-type(4n){margin-right: 0;}
}

@media (max-width:768px) {
	.honor_list{
		li{width:49%;margin-right: 2%;}
		li:nth-of-type(2n){margin-right: 0;}
	}
}



.honor2{padding: .1rem 0 .5rem;overflow: hidden;margin: .5rem 0;
	.honor2_nr{overflow: hidden;;
		li{background: #fff;width: 30%;float: left;margin-right:5%;margin-bottom: 5%;
			.img{height: 400px;padding:.5rem;
				img{width: 100%;height: 100%;object-fit: contain;}
			}
			.txt{display: flex;align-items: center;height: 90px;border-top: 2px solid #eeeeee;width: 100%;
				p{text-align: center;width: 100%;}
			}
		}
		li:nth-of-type(3n){margin-right: 0;}
		li:hover{box-shadow: 0 0 16px rgba(0,0,0,.22);
			.img{background: @thirdColor;}
		}
	}
}
@media (max-width:900px ) {
	.honor2 .honor2_nr li .img{height: 300px;padding: .2rem;}
}
@media (max-width:640px ) {
	.honor2{margin:0}
	.honor2 .honor2_nr li{width: 48%;margin: 1% !important;}
	.honor2 .honor2_nr li .txt{height: 40px;border-top: 1px solid #eeeeee;}
}

@media (max-width:400px ) {
	.honor2 .honor2_nr li .img{height:200px;padding: .2rem;}
}







////////新闻列表///////////////////
.news1{
	ul{
		li{background: #f5f5f5;padding: 14px;overflow: hidden;margin-bottom: 44px;cursor: pointer;.transition();
			.img{position: relative;width: 375px;height: 212px;overflow: hidden;border:2px solid @mainColor;float: left;
				img{width: 101%;height: 101%;object-fit: cover;}
				time{background: @mainColor;color: #fff;width:76px;position: absolute;height: 18px;line-height: 18px;bottom:6px;right: 0;}
			}
			aside{width: e("calc(100% - 420px)");float: right;padding-right: 40px;
				h3{margin: 14px 0;font-weight: bold;.slh();}
				p{color: #545454;font-size: 16px;line-height:1.8;height: 87px;overflow: hidden;text-align: justify;}
				a{width: 127px;height: 45px;line-height: 45px;text-align: center;color: @mainColor;border: 1px solid @mainColor;display: block;.border-radius(4px);margin-top:15px;.transition();
					&:hover{color: #fff;}
				}
			}
		}
		li:hover{box-shadow: 0 0 5px 5px rgba(0,0,0,.1);}
	}
}


@media (max-width:900px) {
	.news1 ul li .img{width:40%;}
	.news1 ul li aside{width: 55%;padding-right: 20px;}
}


@media (max-width:640px) {
	.news1 ul li{margin-bottom: 20px;
		.img{width:100%;}
	}
	.news1 ul li aside{width: 100%;}
	.news1 ul li aside a{width: 90px;height:35px;line-height: 35px;}
}
















//新闻详情/////////////////////////
.news_title{text-align: center;margin:.4rem 0;padding: 0 2%;
	h1{padding-bottom: .2rem;font-weight: bold;}
	span,b{font-size: 14px;}
}

@media (max-width: 640px) {
	.news_title{
		b{display: inline-block;}
	}
}

.news_info_sidebar{float: right;width: 285px;padding-left:.4rem;border-left: 1px solid #ccc;
	h3{color: #838D8F;margin-bottom: .1rem;}
	li{padding:.1rem 0;overflow: hidden;
		a{line-height: 1.5;color: #242424;
			&:hover{color: #e60012;}
		}
	}
}

.neirong_container{padding:.4rem .4rem 0 .4rem;overflow: hidden;
	.honor_img{max-width: 1200px;margin: 0 auto;text-align: center;
		img{display: block;margin: 0 auto;max-width: 100%;}
	}
	header{text-align: center;padding-bottom: .2rem;border-bottom: 1px solid #cccccc;
		h3{font-weight: bold;margin: 0 0 .35rem;}
		b{font-family: 宋体;}
	}
	article{padding: .4rem 0;border-bottom: 1px solid #cccccc;min-height: 5rem;
		p{line-height: 1.8;font-size: 14px;}
		img{max-width:100%;}
		table{width: 100%;border-collapse:separate;border-spacing: 0;
			.firstRow{background: #f0f0f0;}
			tr{height: 33px;line-height: 33px;
				td {
					text-align: center;
					border: 1px solid #cccccc;
					p{line-height: 33px!important;}
					img{display: inline-block;}
				}
			}
		}
	}
	.newsPage{font-family: 宋体;margin-top: .2rem;
		.page-a{margin: .15rem 0;}
		a{font-family: 宋体;}
	}
	.fanhui{width:130px;height:40px;line-height: 40px;.border-radius(5px);color: #fff; float: right;background: #184f90;text-align: center;margin-top: .3rem;}
}

@media (max-width: 900px) {
	.news_info_sidebar{display:none;}
}

@media (max-width: 640px) {
	.neirong_container{padding: .2rem 0;}
}




///////联系我们///////////////////////////
#gaodeMap{height: 500px;}
@media (max-width:640px ) {
	#gaodeMap{height:300px;}
}

.contact1{margin: 0 0 .5rem;
	h3{font-weight: 700;text-align: center;padding: 0 0 20px;border-bottom: 1px solid #eee;}
	ul{padding: .8rem 0 0;overflow: hidden;;
		li{width: 25%;float: left;text-align: center;.transition();
			i{width: 100px;height: 100px;border: 2px solid @thirdColor;border-radius: 100%;line-height: 100px;text-align: center;margin: 0 auto;background: url("../images/icon31.png")no-repeat center center;background-size: 30px;display: block;}
			h4{padding: 20px 0 10px;}
			p{color: rgba(0,0,0,.7);}
		}
		li:nth-of-type(2) i,li:nth-of-type(4) i{background: url("../images/icon32.png")no-repeat center center;background-size: 30px;}
		li:nth-of-type(3) i{background: url("../images/icon33.png")no-repeat center center;background-size: 30px;}
		li:nth-of-type(4) i{background: url("../images/icon34.png")no-repeat center center;background-size: 30px;}
		li:hover{transform: translateY(-20px)}
	}
}

@media (max-width: 640px) {
	.contact1 ul{ display: flex;flex-wrap: wrap;
		li{width: 50%;margin-bottom: 20px;
			i{width: 65px;height: 65px;}
		}
	}
}

.contact2{margin: .3rem 0;
	h3{font-weight: 700;text-align: center;padding: 50px 0 20px;border-bottom: 1px solid #eee;margin-bottom: .7rem;}
	ul{overflow: hidden;;
		li{float: left;width: 49%;height:50px;line-height:50px;border: 1px solid #ccc;margin-bottom: 20px;
			input{height: 100%; color: #000;padding-left: 2em;background: none;font-size: 14px;width: 100%;}
			input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				color: #666;
			}
			input:-moz-placeholder, textarea:-moz-placeholder {
				color: #666;
			}
			input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				color: #666;
			}
		}
		.yanzhengma{position: relative;
			img{position: absolute;height: 30px;top: 10px;right: 10px;}
		}
		.liuyan_content{width: 100%;height: 200px;
			textarea{line-height:1.8;text-indent: 2em;padding: 10px 0;width: 100%;height: 100%;}
		}
		.tijiao{background: @thirdColor;border: none;
			input{color: #fff;padding-left: 0;}
		}
		li:nth-of-type(2n){float: right;}
	}
}


@media (max-width:640px ) {
	.contact2 ul li{width: 100%;}
}






//产品列表页/////////////////////////////////////
.neiye_prodcut{background:#e9e9e9;margin-top: -0.59rem;padding-top: .3rem;
	ul{overflow: hidden;
		li{width:23%;margin:1%;float: left;background: #fff;
			.neiye_pic{height:3rem;padding: .2rem; display: flex;align-items: center;justify-content: center;overflow: hidden;
				img{align-items: center;.transition();max-width: 100%;max-height: 100%;}
			}
			.neiye_pic_txt{height:1.5rem;border-top:1px solid #e9e9e9;padding: .2rem;position: relative;
				h2{margin-bottom: .1rem;.transition();}
				p{line-height:1.8;height: 75px;overflow: hidden;}
				i{display: block;width: .1rem;height: .1rem;position: absolute;right: 0;bottom: 0;background: @mainColor;.transition();}
			}
		}
		li:hover{
			.neiye_pic{
				img{.scale(1.1);}
			}
			.neiye_pic_txt{
				h2{color: @mainColor;}
				i{width: 100%;height: 1px;}

			}
		}
	}
}


@media (max-width: 1300px) {
	.neiye_prodcut ul li .neiye_pic_txt{height: 2rem;
		p{height: 50px;}
	}
}

@media (max-width: 1024px) {
	.neiye_prodcut ul li{width: 31.3%;}
}


@media (max-width: 768px) {
	.neiye_prodcut ul li{width: 48%;
		.neiye_pic_txt p{font-size: 12px;height: 40px;}
	}
}


//////////////产品详情页///////////////////////////////////
.product_info1_left{margin-top: 40px;width: 45%;float: left;overflow: hidden;;
	.product_info1_left_t{height:520px;border: 1px solid #bfbfbf;display: flex;align-items: center;justify-content:center;box-sizing: border-box;;padding: 10px;overflow: hidden;;
		.gallery-top{height: 100%;width: 100%;
			.swiper-slide{height: 100%;display: flex;align-items: center;justify-content:center;
				img{max-width: 100%;max-height: 100%;}
			}
			.arrow-left {background: url(../images/index_tab_l.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -25px;width: 28px;height: 51px;z-index: 10;
			}

			.arrow-right {background: url(../images/index_tab_r.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -25px;width: 28px;height: 51px;z-index: 10;
			}
		}
	}
	.product_info1_left_b{margin-top: 30px;position: relative;
		.gallery-thumbs{width: e("calc(100% - 100px)");margin: 0 auto;
			.swiper-slide{border: 1px solid #bfbfbf;height:100px;display: flex;align-items: center;justify-content:center;cursor: pointer;
				img{max-width: 100%;max-height: 100%;}
			}
			.active-nav{border: 1px solid @thirdColor;}
		}
		.arrow-left{position: absolute;left:0;top: 0;width:30px;height: 100%;z-index: 10;background: #ccc  url(../images/feel3.png) no-repeat center;
		}
		.arrow-right {position: absolute;right: 0;top: 0;;width:30px;height: 100%;z-index: 10;background: #ccc  url(../images/feel4.png) no-repeat center;
		}
	}
}

.product_info1_right{width: 45%;float: right;padding-top: 60px;
	h1{letter-spacing: 4px;color: @thirdColor;}
	article{margin: 40px 0 0;
		p{line-height: 2;}
		.p1{background: url("../images/pi_i6.jpg")no-repeat left center;padding-left: 40px;}
		.p2{background: url("../images/pi_i7.jpg")no-repeat left center;padding-left: 40px;}
	}
}

@media (max-width: 1200px) {
	.product_info1_left{width: 55%;}
	.product_info1_right{width: 40%;}
}

@media (max-width: 800px) {
	.product_info1_left{width: 100%;}
	.product_info1_right{width: 100%;}
}
@media (max-width: 640px) {
	.product_info1_right{padding: 20px 0;
		h1{letter-spacing: 0;}
	}
	.product_info1_right article{margin-top: 20px;}
	.product_info1_left .product_info1_left_b{
		.slick-arrow{top: 12px;}
		.ul2 li{height: 70px;}
		.gallery-thumbs{width: e("calc(100% - 50px)");
			.swiper-slide{height: 50px;padding: 0;}
		}
		.gallery-top{
			.arrow-left{width: 20px;left: 0;background-size: 100%;}
			.arrow-right{width: 20px;right: 0;background-size: 100%;}
		}
		.arrow-left{width:20px;}
		.arrow-right{width:20px;}
	}
	.product_info1_left .product_info1_left_t{height: 4rem;}



}
@media (max-width: 400px) {
	.product_info1_left .product_info1_left_t{height:3rem;}
}



.product_info2{margin: 30px 0 10px;padding-top: 30px;
	.product_info2_dh{width:160px;height: 50px;line-height: 50px;color: #fff;background: @thirdColor;text-align: center;
		h3{font-size: 18px;}
	}
	article{min-height: 300px;border: 1px solid #bfbfbf;padding:20px;margin: 20px 0;
		span{font-size: inherit;}
		img{max-width: 100%;}
		table{width: 100%!important;
			td{border: 1px solid #ccc;padding: 5px; text-align: center;}
		}
	}
}
@media (max-width: 640px) {
	.product_info2{margin:0;}
	.product_info2 .product_info2_dh{height: 40px;line-height: 40px;width: 100%;text-align: left;padding-left: 20px;}
	.product_info2 article{min-height:0;}
}

.product_info_fanhui{margin-top: 20px; width: 70px;height: 26px;color: #fff;background: @mainColor;text-align: center;line-height: 26px;margin-bottom: 30px;cursor: pointer;}






// 发展内页//////////////////////////////////////////
.development_list{padding-left:2rem;padding-bottom: 1rem;
	li{padding: 40px 75px 30px 66px;border-left: 1px solid @mainColor;position: relative;
		.d_year{position: absolute;left: -150px;top: 31px;font-size: 40px;color: @mainColor;}
		.i_circle{display: block;width: 11px;height: 11px;background: #fff url(../images/icon_02.png) no-repeat;position: absolute;left: -6px;top:50px;}
		.i_jiantou{display: block;width: 16px;height: 7px;background: url(../images/icon_04.png) no-repeat;position: absolute;left: -9px;top: -2px;
		}
		.d_detail{font-size: 16px;color: #000000;line-height: 32px;}
	}
}

@media (max-width: 1200px) {
	.development_list{padding-left: 3rem;}
}

@media (max-width: 900px) {
	.development_list li{padding: 20px 17px 15px 30px;
		.i_circle{top: 31px;}
		.d_year{top: 10px;}
	}
}

@media (max-width: 600px) {
	.development_list{padding-left:2rem;
		li{
			.d_year{left: -1.8rem;}
		}
	}
}


















.picture{ float:left; width:193px; height:173px; overflow:hidden; display:inline;position: relative;
	.picture1 a{ width: 193px; height:173px; text-align:center; vertical-align:middle;background-color:#FFFFFF; border:1px solid #cccccc; overflow:hidden; display:table-cell; *display: block;
		img{ vertical-align:middle; border:0;}
	}
	.picture2{line-height: 20px; height:20px; text-align:center; }
}















.title{background:#eee; padding-left:10px;margin-bottom: 20px;
	span,a{color: #333;}
}

///ntitle3的样式//////////////////////
.title3{margin-bottom: 20px;
	span,a{color: #333;}
}
.title3_top{
	h2{font-size: 24px;color: #000;}
	p{margin-top: 5px;}
	.title_tel{background: url("../images/title_tel.png")no-repeat left center;  float: right;padding-left: 50px;
		span{font-size:24px;font-style: italic;}
	}
}
///////////////////////////////////////////////////////////////////////////////


.container_left4{width: 220px;float: left;;
	h3{font-size: 16px;  height: 60px; line-height: 60px; background: #666666; padding: 0 20px; color: #FFF; text-shadow: #333 2px 2px 2px;}
	.class_nr{
		ul{
			li{margin-bottom: 1px;
				a{ display: block;background: #EEE;padding: 10px 20px;.transition();}
			}
			li:hover a{background:@qt6;color: #fff;}
			.cura{background:@qt6;color: #fff;}
		}
	}
}

.neiye_banner{height: 300px;max-width: 100%;display: none;
	li{height: 100%;}
}





.container_left5{width: 230px;margin-bottom: 30px;float: left;
	h3{}
	.class_nr{
		ul{margin-top: 15px;margin-bottom: 27px;
			li{
				a{display: block;border-bottom: 1px solid #e1e1e1;line-height: 41px;margin-bottom: 3px; margin-top: 0;padding-left:46px;
					&::before{content: ">";width: 5px;height: 8px; float: left;display:block;margin-left: -16px;}
				}
			}
			li:hover{background:@qt6;color: #fff;
				a{color: #fff;}
			}
			.cura{background:@qt6;color: #fff;
				a{color: #fff;}
			}
		}
	}
	.sider_fenlei{margin-top: 16px;
		li{display: inline-block;margin-right: 3px;margin-top: 12px;
			a{color: #a3a3a3;display: block; text-transform: uppercase;border: 1px solid #e2e2e2; padding: 10px 22px;.transition();}
		}
		li:hover a{background: @qt6;color: #fff;}
	}
	.sider_news{margin-top: 27px;margin-bottom: 28px;
		li{color: #999;margin-bottom: 16px;
			a{display: block;color: #37474f;border-bottom: 1px solid #e1e1e1;padding-bottom: 17px;margin-top: 12px;.transition();
				time{color: #999;line-height: 20px;margin-bottom: 5px;font-size: 12px;}
			}
		}
		li:hover a{color: @qt6;}
	}
}

.com_sider{position: relative;padding-bottom: 10px;font-size: 18px;
	&::after{content: "";width: 35px;height: 2px;background: #d68b37;  position: absolute;  bottom: -1px;left: 0;}
}

.neiye_article{line-height: 24px;padding: 30px;
	h2{font-size: 18px;margin-bottom: 10px;
		small{font-size: 12px;color: #999;}
	}
}


//sidebar3横向内页导航样式
.sidebar3{
	.class_nr{padding-bottom:5px;border-bottom: 1px solid #ccc;
		ul{background: #f7f7f7; height: 68px;width:@b_w;
			li{display: inline-block;line-height: 68px;width: 145px;text-align: center;.transition();
				&:hover{background: @qt6;
					a{color: #fff;}
				}
			}
			.cura{background: @qt6;display: block;color: #fff;}
		}
	}
}


.search{
	form{margin: 7px 0 0 0;}
	.text{color: #a0a0a0;background: #dadada;padding: 0;margin: 0;width: 189px!important;height: 22px!important;border: none;color: #a0a0a0;text-indent: 5px;}
	.anan{background: #020202;margin: 0;padding: 0;width: 44px!important;height: 22px!important;color: #fff;border: none;}
}
.message{width: 279px;border-bottom: 1px dashed #929292;padding: 11px 0;
	.message_title{min-height: 17px; line-height: 17px;color: #666666;
		img{float: left;margin-right: 6px;}
	}
	.message_text{margin-top: 10px;line-height: 23px;color: #666666;
		img{float: left;margin-right: 6px;margin-top: 2px;}
	}
}
.newsList { width:205px; margin:0 auto; padding-top:5px;
	.newsList_li { background: url('../images/n.jpg') no-repeat 10px 50%; border-bottom: 1px dashed #7d7d7d;  line-height:33px; height: 33px; padding-left: 20px;
		a{color: #00315a;}
	}
}
.productsList { width:205px; margin:0 auto; padding-top:5px;
	li{background: url('../images/f.jpg') no-repeat 10px 50%; border-bottom: 1px dashed #7d7d7d;  line-height:33px; height: 33px; padding-left: 30px;
		a{color: #00315a;}
	}
}


/////////////////////////////////////banner样式///////////////////////////////////////
.banner{max-width: 1920px;text-align: center;margin-top:95px;height: 0;padding-bottom:42%;
	.swiper-slide{
		.banner1{width: 100%;}
		.banner1_img{position: absolute;left: 0;right: 0;top:64%;opacity: 0; margin: auto;.transition();transition-delay: .3s;}
	}
	.swiper-pagination-bullet-active{background: @mainColor;}
	.swiper-button-prev1{height: 42px; width: 42px; z-index: 33;background:url("../images/i_i31.png")no-repeat center;}
	.swiper-button-next1{width: 42px;height: 42px;background:url("../images/i_i32.png")no-repeat center;}
}

@media (max-width: 950px) {
	.banner{margin-top: 40px;}
}

@media (max-width: 640px) {
	.banner{padding-bottom:66%;}
	.swiper-button-next1, .swiper-button-prev1{display: none;}
}






.newsList1{line-height: 30px;
  li{border-bottom: 1px dotted #deabab;
	a{background:url('../images/news_tb2.jpg')no-repeat center left;text-indent: 10px;display: block;}
  }
}

#Mleft{float: left;}
#Mright{margin:0 0px 0 auto;width:949px;float: right;min-height: 300px;}


.container_left{width: 220px;float: left;;
  .class_neiye{background:@hoverColor;padding-top: 5px;margin-bottom: 20px;
    h3{text-align:center;color: #fff;font-size: 24px;padding:10px 0 10px 0;border-bottom: 1px solid #fff;
      -webkit-font-smoothing: antialiased; /*chrome、safari*/
      -moz-osx-font-smoothing: grayscale;/*firefox*/
    }
    .class_nr{padding: 5px 5px 15px 5px;
      li{line-height: 40px;text-align: center;
		  .transition(all .7s);
        a{color: #fff;font-size: 16px;}
        &:hover{background:@thirdColor;border-bottom: none;padding-left: 5px;}
      }
      img{border-top: 1px solid #fff;padding-top: 10px;}
      h4{text-align: center;color: #fff;font-size: 20px;margin: 10px 0 10px 0;}
      .contact_p{color: #fff;text-align: center;font-size: 14px;}
    }
  }
}








/********消除浮动<div class="clear2"></div>*********/
.clear2{background: none;border: 0;clear: both;display: block;float: none;font-size: 0;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;
	&:after {content: ".";display:block;height: 0;clear: both;visibility:hidden;}
}









.news-btn-1 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.news-btn-1:before {.transition(all .6s);content: '';width: 0;height: 0;.rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color:@qt6 transparent transparent transparent;position: absolute;top: 0;left: 0;z-index: -1;}
.news-btn-1:hover:before {border-width: 1330px 1330px 0 0;}
.neiye_news_list{padding-left: 20px;margin-right: -30px;padding-top: 20px;
	li{width: 180px;float: left;padding: 5px 10px 10px  10px;height: 220px;border: 1px solid #ccc;margin-right: 30px;margin-bottom: 20px;text-align: center;
		img{border:1px solid #ccc; vertical-align:middle;}
		.a1{text-align: center;margin-top: 10px;border-bottom: 1px solid #ccc;padding-bottom: 3px;
			a:hover{color: #00c9ff;}
		}
	}
}



.page{clear: both;margin-top: 10px;text-align: center;font-size: 12px;letter-spacing: 0px;padding-bottom:30px;
	#page_num{width: 50px;}
	a{display:inline-block;height:22px;line-height:20px;border:1px solid #DBDBDB;padding:0 2px 0;color:#000;
		&:hover{
			background:#404040;border:none;color:#fff;;height:18px;line-height:18px;
		}
	}
	select{vertical-align: top;height:22px;}
}
#page_num{border: 1px solid #ccc;}


//详情页上一条和下一条
.pn{
	font-size: 14px;
	margin:25px 0;
	position: relative;
	li{margin-bottom: .1rem;
		a{display: block;text-decoration: none;color:#383737; .slh();
			&:hover{color:@mainColor;}
			i{float: left;}
			span{bottom: 1px;margin: 0 10px;.slh;display: block;}
		}

	}

}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

//图片点击放大取消和自己的冲突样式
#spotlight{
	.footer{margin: 0;background: none;}
	.title{background: none;padding-left: 0;margin: 0;}
	.header{
		div{margin-right:10px;}
	}
}

.fanke_footer{background: url("../images/footer_bg2.jpg")no-repeat;max-width: 1920px;padding: 50px 0;background-size: cover;overflow: hidden;margin-top: 50px;
	.footer1_left{float: left;width:190px;
		img{}
	}
	.footer1_nav{float: right;width: 60%;
		ul{overflow: hidden;display: flex;flex-wrap: wrap;
			li{float: left;color: #fff;padding-left:15%; width: 33.3%;border-right: 1px solid rgba(255,255,255,.2);box-sizing: border-box;
				h3{font-size: 18px;}
				ol{
					a{display: block;color: rgb(169, 169, 169); }
				}
			}
			li:last-child{border-right: none;}
		}
	}
}






/////////////////////////////////////////人才招聘/////////////////////////////////
.job{overflow: hidden;}
.job_tab_dh{height: 60px;line-height: 60px;
	li{width: 25%;float: left;background: #000000;text-indent:5%;color: #fff;font-weight: bold;}
}
.job_tab_nr{border: 1px solid #ccc;
	li{
		.nei_rong{ background: #fff;line-height: 60px;height: 60px;cursor: pointer;
			p{width: 25%;float: left;text-indent: 5%;.slh;
				i{float: right;margin-right: 30px;}
			}
		}
		section{text-indent: 5%;padding-top: 2%;display: none;background: #e9e9e9;}
	}
	li+li{border-top:1px solid #ccc;}
}


@media (max-width:840px) {
	.job_tab_dh li{text-indent: 1em;}
	.job_tab_nr li .nei_rong p{text-indent: 1em;}
}
@media (max-width:600px) {
	.job_tab_dh li{width: 33.3%;}
	.job_tab_dh li:nth-of-type(3){display: none;}
	.job_tab_nr li .nei_rong p:nth-of-type(3){display: none;}
	.job_tab_nr li .nei_rong p{width: 33.3%;}

	.job_tab_nr li .nei_rong,.job_tab_dh{height: 40px;line-height: 40px;}
}



.job_contact{background: #ffffff;margin-bottom: 20px;overflow: hidden;;padding: 20px 50px;box-sizing: border-box;;
	li{width:33.3%;float: left;box-sizing: border-box;;padding-left:10%;
		section{margin: 0 auto;
			p{line-height: 1.75;}
			i{display: block;background: url("../images/j1.png")no-repeat;width: 50px;height: 50px;margin-right: 10px;float: left;}
		}
	}
	li:nth-of-type(2) section i{background: url("../images/j2.png")}
	li:nth-of-type(3) section i{background: url("../images/j3.png")}
}

@media (max-width:1050px) {
	.job_contact{
		li{width: 33.3%;margin-bottom: 20px;
			section{width:200px;}
		}
	}
}
@media (max-width:680px) {
	.job_contact{padding: 10px;
		li{width: 50%;
			section{
				i{width: 25px;height: 25px;background-size: 100%!important;margin-top: 10px;}
				p{line-height: 1.7;}
			}
		}
		li:last-child{margin-bottom: 0;}
	}
}



.btn-0 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-0:before {	background:@mainColor;content: '';.transition(all .6s);position: absolute;top: 0;left: 0;width: 0;height: 100%;z-index: -1;}
.btn-0:hover:before {width: 100%;}

.btn-1 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-1:before {.transition(all .6s);content: '';width: 0;height: 0;.rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color:@mainColor transparent transparent transparent;position: absolute;top: 0;left: 0;z-index: -1;}
.btn-1:hover:before {border-width: 330px 330px 0 0;}

.btn-2 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-2:before {content: '';position: absolute;bottom: 0;left: 0; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent @mainColor;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-2:after {border-style: solid;content: '';width: 0;height: 0;border-width: 0 0 0 0;border-color: transparent @mainColor transparent transparent;position: absolute;right: 0;top: 0;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-2:hover:before {border-width: 165px 0 0 165px;}
.btn-2:hover:after {border-width: 0 165px 165px 0;}

.btn-3 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-3:before {content: '';position: absolute;bottom: 0;left: 0; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent @mainColor;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-3:after {border-style: solid;content: '';width: 0;height: 0;border-width: 0 0 0 0;border-color: transparent transparent @mainColor transparent;position: absolute;right: 0;bottom: 0;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-3:hover:before {border-width: 222px 0 0 222px;}
.btn-3:hover:after {border-width: 0 0 222px 222px;}

.btn-4 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-4:before, .btn-4:after {position: absolute;top: 50%;content: '';width: 20px;height: 20px;background: @mainColor;.border-radius(50%);z-index: -1;}
.btn-4:before {left: -20px;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
}
.btn-4:after {right: -20px;-webkit-transform: translate(50%, -50%);-moz-transform: translate(50%, -50%);-mz-transform: translate(50%, -50%);-o-transform: translate(50%, -50%);transform: translate(50%, -50%);}
.btn-4:hover:before {-webkit-animation: criss-cross-left 0.8s both;-moz-animation: criss-cross-left 0.8s both;-o-animation: criss-cross-left 0.8s both;-ms-animation: criss-cross-left 0.8s both;animation: criss-cross-left 0.8s both;}
.btn-4:hover:after {-webkit-animation: criss-cross-right 0.8s both;-moz-animation: criss-cross-right 0.8s both;-ms-animation: criss-cross-right 0.8s both;-o-animation: criss-cross-right 0.8s both;animation: criss-cross-right 0.8s both;}
@-webkit-keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@-webkit-keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}


.btn-5 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-5:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;right: 0;border-color: transparent @mainColor transparent transparent;}
.btn-5:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;bottom: 0;left: 0;border-color: transparent transparent transparent @mainColor;}
.btn-5:hover:before, .btn-5:hover:after {border-width:80px 433px;}


.btn-6 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-6:before, .btn-6:after {content: '';position: absolute;top: 0;left: 0;width: 250px;height: 0;background:@mainColor;.transition(all .6s);z-index: -1;}
.btn-6:after {top: auto;bottom: 0;}
.btn-6:hover:before, .btn-6:hover:after {height: 40px;}

.btn-7{position:relative;transform-style:preserve-3d;transition:0.4s;}
.btn-7:hover{transform:translateZ(20px) rotateX(360deg) scale(1.1);}

.btn-8{position:relative;transform-style:preserve-3d;transition:0.4s;}
.btn-8:hover{transform:rotateY(360deg) scale(1.1);}

.btn-9{position: relative;z-index: 1;
	&::after{position: absolute; content: "";width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.5);transition: transform .4s cubic-bezier(.4,0,.2,1);transform-origin:right bottom;transform: scaleX(0);z-index: -1;}
}
.btn-9:hover::after{transform: scaleX(1); transform-origin: left bottom;}

.btn-9-1{position: relative;z-index: 1;
	&::after{position: absolute; content: "";width: 100%;height: 100%;left: 0;top: 0;background: #5e96eb;transition: transform .4s cubic-bezier(.4,0,.2,1);transform-origin:left bottom;transform: scaleY(0);z-index: -1;}
}
.btn-9-1:hover::after{transform: scaleY(1); transform-origin: right top;}

.btn-10{position: relative;}
.btn-10::before{content: ""; display: block; width: 100%; height: 100%; background:@mainColor; position: absolute; left: 0; top: 0; z-index: 3; transform: translateY(-100%);animation: 1.4s ease;animation-fill-mode: both; backface-visibility: visible !important;animation-name: fadedown;}
.animate-delay-1::before{animation-delay:.8s;}
@keyframes fadedown {
	from { transform: translateY(-100%); }
	60% { transform: translateY(0); }
	to { transform: translateY(100%);}
}



//btn-span-1<a><span>标签</span></a>
.btn-span-1 {position: relative;overflow: hidden;.transition(all .6s);display: block;width: 100%;height: 100%;z-index: 1;}
.btn-span-1:before {content: '';position: absolute;bottom: 0;left: 0; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent @mainColor;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-span-1:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;right: 0;border-color: transparent @mainColor transparent transparent;}
.btn-span-1 span:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;bottom: 0;right: 0;border-color: transparent transparent @mainColor transparent;}
.btn-span-1 span:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;left: 0;border-color: @mainColor transparent transparent transparent;}
.btn-span-1:hover:before {border-width: 165px 0 0 165px;}
.btn-span-1:hover:after {border-width: 0 165px 165px 0;}
.btn-span-1:hover span:before {border-width: 0 0 165px 165px;}
.btn-span-1:hover span:after {border-width: 165px 165px 0 0;}

//btn-span-2<a><span>标签</span></a>
.btn-span-2{position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-2:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;right: 0;border-color: transparent @mainColor transparent transparent;}
.btn-span-2:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;bottom: 0;left: 0;border-color: transparent transparent transparent @mainColor;}
.btn-span-2:before, .btn-span-2:after {border-color:@mainColor;}
.btn-span-2span:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;left: 0;border-color: @mainColor transparent transparent transparent;}
.btn-span-2span:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;right: 0;bottom: 0;border-color: transparent transparent @mainColor transparent;}
.btn-span-2span:before, .btn-span-2span:after {border-color: @mainColor;}
.btn-span-2:hover:before {border-width: 30px 62.5px;}
.btn-span-2:hover:after {border-width: 30px 62.5px;}
.btn-span-2:hover span:before {border-width: 20px 62.5px;}
.btn-span-2:hover span:after {border-width: 20px 62.5px;}

//btn-span-3<a>标签<span></span></a>
.btn-span-3 {position: relative;overflow: hidden;.transition(all .6s);display: block;;z-index: 1;}
.btn-span-3 span:after {content: ''; position: absolute;display: block;width: 0;height: 0;.border-radius(50%);background: @mainColor;z-index: -1; -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition:width 0.4s, height 0.4s;-moz-transition:width 0.4s, height 0.4s;-ms-transition:width 0.4s, height 0.4s;-o-transition:width 0.4s, height 0.4s;transition:width 0.4s, height 0.4s;}
.btn-span-3:hover span:after {width: 562.5px;height: 562.5px;}
//btn-span-4<a><span>标签</span></a>
.btn-span-4 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-4:before, .btn-span-4:after,.btn-span-4 span:before,.btn-span-4 span:after {content: '';position: absolute;top: 0;width: 63.5px;height: 0;background: @mainColor;.transition(all .6s);z-index: -1;}
.btn-span-4:before {left: 0;}
.btn-span-4:after {left: 125px;}
.btn-span-4 span:before, .btn-span-4 span:after {top: auto;bottom: 0;}
.btn-span-4 span:before {left: 62.5px;}
.btn-span-4 span:after {left: 187.5px;}
.btn-span-4:hover {color: #c0d3c1;}
.btn-span-4:hover:before, .btn-span-4:hover:after,.btn-span-4:hover span:before,.btn-span-4:hover span:after {height: 80px;}
//btn-span-5<a><span>标签</span></a>
.btn-span-5 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-5:before, .btn-span-5:after,.btn-span-5 span:before,.btn-span-5 span:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 0;background:fade(@mainColor,50%);.transition(all .6s);z-index: -1;}
.btn-span-5:after,.btn-span-5 span:before {top: auto;bottom: 0;}
.btn-span-5 span:before,.btn-span-5 span:after {	-webkit-transition-delay: 0.4s;-moz-transition-delay: 0.4s;-ms-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;z-index: -1;}
.btn-span-5:hover:before, .btn-span-5:hover:after,.btn-span-5:hover span:before,.btn-span-5:hover span:after {height: 80px;}

//btn-span-6<a><span>标签</span></a>
.btn-span-6 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-6:before, .btn-span-6:after,.btn-span-6 span:before,.btn-span-6 span:after {content: '';position: absolute;top: 0;left: 0;width: 0;height: 80px;background: fade(@mainColor,25%);.transition(.4s);z-index: -1;}
.btn-span-6:after,.btn-span-6 span:before {left: auto;right: 0;}
.btn-span-6 span:before,.btn-span-6 span:after {-webkit-transition-delay: 0.4s;	-ms-transition-delay: 0.4s;-o-transition-delay: 0.4s;-moz-transition-delay: 0.4s;transition-delay: 0.4s;}
.btn-span-6:hover:before, .btn-span-6:hover:after,.btn-span-6:hover span:before,.btn-span-6:hover span:after {width: 250px;}


//btn-span-7<a data-text="{$vo1.name}"><span>标签</span></a>
.btn-span-7 {.transition(.5s);position: relative;overflow: hidden;display: block;}
.btn-span-7 span {.transition(.3s);}
.btn-span-7:hover{background-color:@mainColor;}
.btn-span-7:hover > span{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0px,-40px);transform: translate(0px,-40px);}
.btn-span-7::after{position: absolute;content: attr(data-text);-webkit-transform: translate(0, 30%);transform: translate(0, 30%);width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);.transition(.3s);}
.btn-span-7:hover::after{opacity: 1;filter: alpha(opacity=100);-webkit-transform: translate(0, 0);transform: translate(0, 0);}
//btn-span-7-1<a data-text="{$vo1.name}"><span>标签</span></a>
.btn-span-7-1 {.transition(.5s);position: relative;overflow: hidden;display: block;}
.btn-span-7-1 span {.transition(.3s);}
.btn-span-7-1:hover{background-color:@mainColor;}
.btn-span-7-1:hover > span{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0px,40px); transform: translate(0px,40px);}
.btn-span-7-1::after{position: absolute;content: attr(data-text);-webkit-transform: translate(-30%,0);transform: translate(-30%,0);width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);.transition(.3s);
}
.btn-span-7-1:hover::after{-webkit-transform: translate(0, 0);opacity: 1;filter: alpha(opacity=100);transform: translate(0, 0);}

//btn-span-7-2<a data-text="{$vo1.name}"><span>标签</span></a>
.btn-span-7-2 {.transition(.5s);position: relative;overflow: hidden;display: block;}
.btn-span-7-2 span {.transition(.3s);}
.btn-span-7-2:hover{background-color:@mainColor;}
.btn-span-7-2:hover > span{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0px,40px); transform: translate(0px,40px);}
.btn-span-7-2::after{position: absolute;content: attr(data-text);-webkit-transform: translate(-30%, -50%) rotate(-30deg); transform: translate(-30%, -50%) rotate(-30deg); width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);.transition(.3s);
}
.btn-span-7-2:hover::after{-webkit-transform: translate(0, 0);opacity: 1;filter: alpha(opacity=100);transform: translate(0, 0);}

//btn-span-8<a><span>标签</span></a>

@keyframes jello {
	from, 11.1%, to {-webkit-transform: none;transform: none;}
	22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}
	44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}
	77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}
	88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}
}
.btn-span-8{.transition(.5s);position: relative;display: block;}
.btn-span-8:hover{background-color:fade(@mainColor,20%); -webkit-animation-name: jello;animation-name: jello;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
//btn-span-9<a><span>标签</span></a>
.btn-span-9{.transition(.5s);position: relative;display: block;width: 100%;height: 100%;}
.btn-span-9 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-9::before{content: '';position: absolute;top: 0;left: 0;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);width: 100%; height: 100%; z-index: 1; opacity: 0;filter: alpha(opacity=0); background-color: @mainColor;.transition(.4s);}
.btn-span-9:hover::before{	opacity: 1;filter: alpha(opacity=100); -webkit-transform: scale(1, 1); transform: scale(1, 1);}

//btn-span-9-1<a><span>标签</span></a>
.btn-span-9-1{.transition(.5s);position: relative;display: block;width: 100%;height: 100%;}
.btn-span-9-1 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-9-1::before{content: '';position: absolute;top: 0;left: 0;-webkit-transform: scale(1,0.5);transform: scale(1,0.5);width: 100%; height: 100%; z-index: 1; opacity: 0;filter: alpha(opacity=0); background-color: @mainColor;.transition(.4s);}
.btn-span-9-1:hover::before{	opacity: 1;filter: alpha(opacity=100); -webkit-transform: scale(1, 1); transform: scale(1, 1);}
//btn-span-10<a><span>标签</span></a>
.btn-span-10{.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-10 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-10::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; opacity: 0;filter: alpha(opacity=0); background-color: @mainColor;.transition(.4s);}
.btn-span-10:hover::before{transform: skewX(-180deg)  scale(0.6,1);opacity: 1;filter: alpha(opacity=100);-webkit-transform: skewX(-180deg)  scale(0.6,1);}
//btn-span-11<a><span>标签</span></a>
.btn-span-11{.transition(.5s);position: relative;}
.btn-span-11 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-11::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background:@mainColor;.transition(.4s); }
.btn-span-11::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;.transition(.5s);  background:@mainColor;}
.btn-span-11:hover::before{.rotate(-45deg);background-color: fade(@mainColor,50%);}
.btn-span-11:hover::after{.rotate(45deg);background-color:fade(@mainColor,50%);}
//btn-span-12<a><span>标签</span></a>
.btn-span-12{.transition(.5s);position: relative;display: block;width: 100%;height: 100%;perspective: 2000px;}
.btn-span-12 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-12::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background:@mainColor;.transition(.4s);}
.btn-span-12::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;.transition(.5s);  border: 1px solid fade(@mainColor,50%); background:@mainColor}
.btn-span-12:hover::before{-webkit-transform: rotateX(60deg) translate(0px,40px);transform: rotateX(60deg) translate(0px,40px) ;background:fade(@mainColor,50%);}
.btn-span-12:hover::after{-webkit-transform: rotateX(-60deg) translate(0px,-40px)  ;transform: rotateX(-60deg) translate(0px,-40px);background:fade(@mainColor,50%);}
//btn-span-13<a><span>标签</span></a>
.btn-span-13 {.transition(.5s);position: relative;display: block;}
.btn-span-13 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-13::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,100%);;.transition(.4s);}
.btn-span-13:hover::before{opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2,1.2);transform: scale(1.2,1.2);}
.btn-span-13::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;.transition(.5s);  border: 1px solid fade(@mainColor,100%); background: fade(@mainColor,100%);filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0.5,0.5);transform: scale(0.5,0.5);}
//btn-span-13-1<a><span>标签</span></a>
.btn-span-13-1{.transition(.5s);position: relative;}
.btn-span-13-1 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-13-1::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background-color: rgba(255,255,255,0.25);.transition(.4s);background-color: rgba(255,255,255,0.25);.transition(.3s);}
.btn-span-13-1:hover::before{opacity:0 ;filter: alpha(opacity=0);-webkit-transform: scale(0.5,0.5);transform: scale(0.5,0.5);}
.btn-span-13-1::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;opacity:0 ;filter: alpha(opacity=0);.transition(.3s);-webkit-transform: scale(1.2,1.2);transform: scale(1.2,1.2);border: 1px solid rgba(255,255,255,0.5);}
.btn-span-13-1:hover::after{opacity:1 ;filter: alpha(opacity=100);-webkit-transform: scale(1,1);transform: scale(1,1);}
//btn-span-14<a><span>标签</span></a>
.btn-span-14 {.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-14 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14::before, .btn-span-14::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(0,-100%);transform: translate(0,-100%);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14:hover::before, .btn-span-14:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-1<a><span>标签</span></a>
.btn-span-14-1{.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-14-1 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-1::before, .btn-span-14-1::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(-100%,0);transform: translate(-100%,0);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-1::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-1:hover::before, .btn-span-14-1:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-2<a><span>标签</span></a>
.btn-span-14-2 {.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-14-2 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-2::before, .btn-span-14-2::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-2::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-2:hover::before, .btn-span-14-2:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-3<a><span>标签</span></a>
.btn-span-14-3 {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-14-3 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-3::before, .btn-span-14-3::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(13%,190%) rotate(-30deg);transform: translate(13%,190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-3::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-3:hover::before, .btn-span-14-3:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-4<a><span>标签</span></a>
.btn-span-14-4  {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-14-4 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-4::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(13%,190%) rotate(-30deg);transform: translate(13%,190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-4::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-4::before{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-4:hover::before, .btn-span-14-4:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-5<a><span>标签</span></a>
.btn-span-14-5 {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-14-5 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-5::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(13%,-190%) rotate(30deg);transform: translate(13%,-190%) rotate(30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-5::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-5::before{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-5:hover::before, .btn-span-14-5:hover::after{transform: translate(0,0);-webkit-transform: translate(0,0);}
//btn-span-15<a><span>标签</span></a>
.btn-span-15 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);.transition(.3s);opacity: 1;transform: translate(0,-105%);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: fade(@mainColor,25%);background: fade(@mainColor,50%);}
.btn-span-15:hover::before{opacity: 0;transform: translate(0,0);}
//btn-span-15-1<a><span>标签</span></a>
.btn-span-15-1{.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-1  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-1::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);;.transition(.3s);opacity: 1;transform: translate(-105%,0);border-right-width: 1px;border-right-style: solid;border-right-color: rgba(255,255,255,1);background: fade(@mainColor,50%);}
.btn-span-15-1:hover::before{opacity: 0;transform: translate(0,0);}
//btn-span-15-2<a><span>标签</span></a>
.btn-span-15-2  {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-2 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-2::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);.transition(.5s);opacity: 1;transform: translate(-13%,-190%) rotate(-30deg);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255,255,255,1);background: fade(@mainColor,50%);}
.btn-span-15-2:hover::before{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-15-3<a><span>标签</span></a>
.btn-span-15-3  {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-3  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-3::before, .btn-span-15-3::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);.transition(.5s);opacity: 1;transform: translate(0,-105%);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255,255,255,1);background-color: fade(@mainColor,50%);}
.btn-span-15-3::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-15-3:hover::before, .btn-span-15-3:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-15-4<a><span>标签</span></a>
.btn-span-15-4  {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-4  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-4::before, .btn-span-15-4::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background-color: fade(@mainColor,50%);.transition(.5s);opacity: 1;transform: translate(-105%,0);border-right-width: 1px;border-right-style: solid;border-right-color: rgba(255,255,255,1);background-color:fade(@mainColor,50%);}
.btn-span-15-4::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-15-4:hover::before, .btn-span-15-4:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-15-5<a><span>标签</span></a>
.btn-span-15-5 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-5  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-5::before, .btn-span-15-5::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background-color: fade(@mainColor,50%);;.transition(.5s);opacity: 1;filter: alpha(opacity=100);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255,255,255,1);background-color: fade(@mainColor,50%);;}
.btn-span-15-5::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-15-5:hover::before, .btn-span-15-5:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-16<a><span>标签</span></a>
.btn-span-16 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;border: 1px solid @mainColor;}
.btn-span-16:hover{border: 1px solid rgba(255,255,255,0);}
.btn-span-16::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;z-index: 1;.transition(.5s); -webkit-transform: translate(-100%, -600%) rotate(30deg);transform: translate(-100%, -600%)  rotate(30deg);background-color: @mainColor;transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-16:hover::before{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-17<a><span>标签</span></a>
.btn-span-17 {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-17 span{position: relative;.transition(.3s);z-index:2;letter-spacing:0;}
.btn-span-17::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;filter: alpha(opacity=0);.transition(.3s);border-top-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-top-color: rgba(255,255,255,0.5);border-bottom-color: rgba(255,255,255,0.5);-webkit-transform: scale(0.1, 1);transform: scale(0.1, 1);}
.btn-span-17:hover span{letter-spacing: 2px;}
.btn-span-17:hover::before{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.btn-span-17::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.25);}
.btn-span-17:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(0.1, 1);transform: scale(0.1, 1);}
//btn-span-18<a><span>标签</span></a> translate Y轴高度取决于a标签的一半高度
.btn-span-18 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: rgba(255,255,255,0.5);border-left-color: rgba(255,255,255,0.5);}
.btn-span-18 span{.transition(.3s);letter-spacing:0;}
.btn-span-18:hover span{letter-spacing: 2px;}
.btn-span-18:hover{ border-right-color: rgba(255,255,255,0);border-left-color: rgba(255,255,255,0);}
.btn-span-18::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-18:hover::before{transform: translate(0,-45px) rotate(-45deg);}
.btn-span-18::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 1px;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-18:hover::after{transform: translate(0,45px) rotate(45deg);}
//btn-span-19<a><span>标签</span></a>
.btn-span-19 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;border-top-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-top-color: rgba(255,255,255,0.5);border-bottom-color: rgba(255,255,255,0.5);}
.btn-span-19 span{.transition(.3s);letter-spacing:0;}
.btn-span-19:hover span{letter-spacing: 2px;}
.btn-span-19:hover{border-top-color: rgba(255,255,255,0);border-bottom-color: rgba(255,255,255,0);}
.btn-span-19::before{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 100%;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-19:hover::before{-webkit-transform: translate(-94.9845px,0) rotate(270deg);-moz-transform: translate(-94.9845px,0) rotate(270deg);transform: translate(-94.9845px,0) rotate(270deg);}
.btn-span-19::after{content: '';position: absolute;top: 0;left: 0;width: 1px;height: 100%;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-19:hover::after{-webkit-transform: translate(94.9845px,0) rotate(180deg);-moz-transform: translate(94.9845px,0) rotate(180deg);transform: translate(94.9845px,0) rotate(180deg);}

//btn-span-20<a><span data-hover="{$vo2.name}">标签</span></a> 文字顶上去的效果
.btn-span-20{position: relative;overflow: hidden;;display: block;
	span{display: block;.transition(.4s);margin: 0 auto;}
	span::before{content:attr(data-hover);position: absolute;top: 100%;.transition(.4s); margin:auto;}
}
.btn-span-20:hover{
	span{transform: translateY(-100%);}
}

//图片放大效果<div class = "hover-img-1"><img></div>
.hover-img-1{overflow: hidden;
	img{.scale(1);.transition(.4s);}
	&:hover{
		img{.scale(1.1);}
	}
}


//图片放大，外面的框缩小
.imgd-h-1{.transition();
	img{.transition();}
	&:hover{.scale(.97);
		img{.scale(1.15)}
	}
}


.imgd-h-2{overflow: hidden;position: relative;
	&:before,&:after,.zhezhao:before,.zhezhao:after{content: '';background: linear-gradient(transparent,rgba(0,0,0,0.9));height: 100%;width: 25%;transform: translateY(-100%);position: absolute;left: 0;top: 0;z-index: 1;.transition(.3s);}
	&:after{left: 25%;}
	.zhezhao{width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;.transition(.2s);
		p{color: #fff;font-size: 30px;opacity: 0;bottom: -30px;position: absolute;.transition();z-index: 22;width: 100%;text-align: center;}
		&:before{left:50%;}
		&:after{left:75%;}
		img{.transition(.3s);}
	}
	&:hover{
		&:before,&:after,.zhezhao:before,.zhezhao:after{transform: translateY(0);}
		&:before{transition-delay: 0.225s;}
		&:after{transition-delay: 0.075s;}
		.zhezhao:before{transition-delay: 0.15s;}
		.zhezhao p{opacity: 1;bottom: 20px;transition-delay: 0.15s;}
		img{filter: grayscale(100%);}
	}
}





//网站开屏效果
.fixedmb{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;
	&:before,&:after{content: '';position: absolute;width: 50%;height: 100%;background: white;-webkit-transition-delay: .3s;transition-delay: .3s;-webkit-transition: 1.2s;transition: 1.2s;-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);}
}
.fixedmb_active{-webkit-transition-delay: .5s;transition-delay: .5s;visibility: hidden;
	&:before{right: 0;width: 0;}
	&:after{left: 0;width: 0;}
}





.chinalist{
	span{font-size: inherit;opacity: 0;color: inherit;}
}
.chinalist.active{
	span{animation: fadeInRight 1s forwards;display:inline-block}
}
.animates .ani-fadeInUpBig,.animates.ani-fadeInUpBig{animation: 1s fadeInUpBig forwards;}
.animates .ani-fadeInUp,.animates.ani-fadeInUp{animation: 1s fadeInUp forwards;}
.animates.ani-fadeInLeftBig,.animates .ani-fadeInLeftBig{animation: 1s fadeInLeftBig forwards;}
.animates.ani-fadeInRightBig,.animates .ani-fadeInRightBig{animation: 1s fadeInRightBig forwards;}

.animates.ani-width,.animates .ani-width{animation: 1s widthlong forwards;}
@keyframes widthlong {
	from {width: 0;}
	to {width:100%;}
}
.animates.ani-fadeIn,.animates .ani-fadeIn{animation: 1s fadeIn forwards;}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

//水波点颜色
.randomdot {cursor: pointer;width: 0;height: 0;padding-top: 0;position: absolute;background:@mainColor;border-radius: 50%;transform: translate(-50%, -50%);z-index: -1;
}
.randomdot.active {width: 100%;padding-top: 100%;transform: translate(-50%, -50%) scale(3);transition: .5s;transition-timing-function: linear;}




.fullpage_active{
	.full-fadeInUp-50p{animation:full-fadeInUp-50p .7s backwards;}
	@keyframes full-fadeInUp-50p{
		from {transform: translateY(50%);opacity: 0;}
		to {transform: translateY(0);opacity:1;}
	}
	.full-fadeIn{animation: full_fadeIn .7s backwards;}
	@keyframes full_fadeIn{
		from {opacity: 0;}
		to {opacity: 1;}
	}
	.full-fadeInDown-50p{animation: full-fadeInDown-50p .7s backwards;}
	@keyframes full-fadeInDown-50p{
		from {transform: translateY(-50%);opacity: 0;}
		to {transform: translateY(0);opacity: 1;}
	}
	.full_fadeInLeft-50{animation: full_fadeInLeft-50 .7s backwards;}
	@keyframes full_fadeInLeft-50{
		from {transform: translateX(-50%);opacity: 0;}
		to {transform: translateX(0);opacity: 1;}
	}
	.full_fadeInRight-50{animation: full_fadeInRight-50 .7s backwards;}
	@keyframes full_fadeInRight-50{
		from {transform: translateX(50%);opacity: 0;}
		to {transform: translateX(0);opacity: 1;}
	}
	.full-slideInLeft{animation: full_slideInLeft .7s backwards;}
	@keyframes full_slideInLeft{
		from {transform: translateX(-100%);}
		to {transform: translateX(0);}
	}
	.full-slideInRight-10p{animation: full-slideInRight-10p .7s backwards;}
	@keyframes full-slideInRight-10p{
		from {transform: translateX(100%);}
		to {transform: translateX(0);}
	}
	.full-slideInUp-50p{animation: full-slideInUp-50p .7s backwards;}
	@keyframes full-slideInUp-50p{
		from {transform: translateY(-50%);}
		to {transform: translateY(0);}
	}
	.full-slideInDown-50p{animation: full-slideInDown-50p .7s backwards;}
	@keyframes full-slideInDown-50p{
		from {transform: translateY(50%);}
		to {transform: translateY(0);}
	}
	.animation-d-1{animation-delay:.1s }
	.animation-d-2{animation-delay:.2s }
	.animation-d-3{animation-delay:.3s }
	.animation-d-4{animation-delay:.4s }
	.animation-d-5{animation-delay:.5s }
	.animation-d-6{animation-delay:.6s }
	.animation-d-7{animation-delay:.7s }
	.animation-d-8{animation-delay:.8s }
	.animation-d-9{animation-delay:.9s }
	.animation-d-11{animation-delay:1.1s }
	.animation-d-12{animation-delay:1.2s }
	.animation-d-13{animation-delay:1.3s }
}